home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 0038 / vc.zip / VC.DEF < prev    next >
Text File  |  1996-01-20  |  338b  |  14 lines

  1. ; vc.def : Declares the module parameters for the application.
  2.  
  3. NAME         VC
  4. DESCRIPTION  'VC Windows Application'
  5. EXETYPE      WINDOWS
  6.  
  7. CODE         PRELOAD MOVEABLE DISCARDABLE
  8. DATA         PRELOAD MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE     1024   ; initial heap size
  11. ; Stack size is passed as argument to linker's /STACK option
  12.  
  13.  
  14.